home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMGAMES / TFMGAMES.txt
Text File  |  2001-04-12  |  3KB  |  134 lines

  1. object fmGames: TfmGames
  2.   Left = 247
  3.   Top = 198
  4.   BorderStyle = bsNone
  5.   Caption = 'fmGames'
  6.   ClientHeight = 348
  7.   ClientWidth = 536
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 536
  27.     Height = 348
  28.     Align = alClient
  29.   end
  30.   object PBox: TPaintBox
  31.     Left = 240
  32.     Top = 140
  33.     Width = 320
  34.     Height = 320
  35.     OnPaint = PBoxPaint
  36.   end
  37.   object Label1: TLabel
  38.     Left = 304
  39.     Top = 244
  40.     Width = 55
  41.     Height = 18
  42.     Cursor = crHandPoint
  43.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜ 1'
  44.     Color = clGray
  45.     Font.Charset = RUSSIAN_CHARSET
  46.     Font.Color = clGray
  47.     Font.Height = -15
  48.     Font.Name = 'Zahoma'
  49.     Font.Style = [fsBold]
  50.     ParentColor = False
  51.     ParentFont = False
  52.     Transparent = True
  53.     OnClick = Label1Click
  54.   end
  55.   object Label2: TLabel
  56.     Left = 448
  57.     Top = 244
  58.     Width = 55
  59.     Height = 18
  60.     Cursor = crHandPoint
  61.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜ 2'
  62.     Color = clGray
  63.     Font.Charset = RUSSIAN_CHARSET
  64.     Font.Color = clGray
  65.     Font.Height = -15
  66.     Font.Name = 'Zahoma'
  67.     Font.Style = [fsBold]
  68.     ParentColor = False
  69.     ParentFont = False
  70.     Transparent = True
  71.     OnClick = Label2Click
  72.   end
  73.   object i0: TImageBtn
  74.     Left = 342
  75.     Top = 492
  76.     Width = 113
  77.     Height = 52
  78.     Cursor = crHandPoint
  79.     OnClick = i0Click
  80.   end
  81.   object Label3: TLabel
  82.     Left = 304
  83.     Top = 340
  84.     Width = 55
  85.     Height = 18
  86.     Cursor = crHandPoint
  87.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜ 3'
  88.     Color = clGray
  89.     Font.Charset = RUSSIAN_CHARSET
  90.     Font.Color = clGray
  91.     Font.Height = -15
  92.     Font.Name = 'Zahoma'
  93.     Font.Style = [fsBold]
  94.     ParentColor = False
  95.     ParentFont = False
  96.     Transparent = True
  97.     OnClick = Label3Click
  98.   end
  99.   object Label4: TLabel
  100.     Left = 448
  101.     Top = 340
  102.     Width = 55
  103.     Height = 18
  104.     Cursor = crHandPoint
  105.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜ 4'
  106.     Color = clGray
  107.     Font.Charset = RUSSIAN_CHARSET
  108.     Font.Color = clGray
  109.     Font.Height = -15
  110.     Font.Name = 'Zahoma'
  111.     Font.Style = [fsBold]
  112.     ParentColor = False
  113.     ParentFont = False
  114.     Transparent = True
  115.     OnClick = Label4Click
  116.   end
  117.   object MP: TMediaPlayer
  118.     Left = 120
  119.     Top = 24
  120.     Width = 253
  121.     Height = 30
  122.     Visible = False
  123.     TabOrder = 0
  124.     OnNotify = MPNotify
  125.   end
  126.   object Timer1: TTimer
  127.     Enabled = False
  128.     Interval = 1
  129.     OnTimer = Timer1Timer
  130.     Left = 16
  131.     Top = 16
  132.   end
  133. end
  134.